'Declaration Public Overloads Shared Sub TransformVectors( _
ByVal matrixThe matrix that is used to transform vectors.As AffineMatrix, _
ByVal vectorsThe vectors to transform. The original vectors in the array are replaced by their transformed values.() As System.Drawing.PointF, _
ByVal offsetStart offset in vectors array.As System.Int32, _
ByVal countCount of vectors to transformation.As System.Int32 _
)
public static void TransformVectors(
AffineMatrix matrix,
System.Drawing.PointF[] vectors,
System.Int32 offset,
System.Int32 count
)
Parameters
- matrix
- The matrix that is used to transform vectors.
- vectors
- The vectors to transform. The original vectors in the array are replaced by their transformed values.
- offset
- Start offset in vectors array.
- count
- Count of vectors to transformation.